home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Online / SpeakFreely / src / libdes / Makefile.PL < prev    next >
Makefile  |  2000-05-18  |  491b  |  15 lines

  1. use ExtUtils::MakeMaker;
  2. # See lib/ExtUtils/MakeMaker.pm for details of how to influence
  3. # the contents of the Makefile being created.
  4. &writeMakefile(
  5.     'potential_libs' => '',   # e.g., '-lm' 
  6.     'INC' => '',     # e.g., '-I/usr/include/other' 
  7.     'DISTNAME' => 'DES',
  8.     'VERSION' => '0.1',
  9.     'DEFINE' => '-DPERL5',
  10.     'OBJECT' => 'DES.o cbc_cksm.o cbc_enc.o ecb_enc.o pcbc_enc.o \
  11.     rand_key.o set_key.o str2key.o \
  12.     enc_read.o enc_writ.o fcrypt.o cfb_enc.o \
  13.     ecb3_enc.o ofb_enc.o cbc3_enc.o',
  14.     );
  15.